home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / mgr / mgrdemos.zoo / demo / sh / more < prev    next >
Encoding:
Text File  |  1989-01-24  |  590 b   |  17 lines

  1. #!/bin/sh
  2. #                        Copyright (c) 1987 Bellcore
  3. #                            All Rights Reserved
  4. #       Permission is granted to copy or use this program, EXCEPT that it
  5. #       may not be sold for profit, the copyright notice must be reproduced
  6. #       on copies, and credit should be given to Bellcore where it is due.
  7. #       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  8.  
  9. #    $Header: more,v 4.1 88/06/21 14:01:35 bianchi Exp $
  10. #    $Source: /tmp/mgrsrc/demo/sh/RCS/more,v $
  11.  
  12. if [ $TERM = mgr ]
  13. then
  14.     eval "`set_termcap -b`" 
  15. fi
  16. exec /usr/ucb/more $*
  17.